Third Party Web Services: REST
You can integrate third-party RESTful web services with MRI Dreamscape for use with your web applications.
Using a workflow
Accessing a third party RESTful web service using a workflow.
Using the portal menu
Adding a third party RESTful web service from the portal menu.
- On the portal menu, select Web > Web Services.
- Click Create.
- In the Edit Web Service pop-up:
- Select REST from the Service Type drop-down list.
- Type a name and description (mandatory), and the URL of the web service.
- Select the HTTP method from the drop-down list; GET, POST, PUSH, or DELETE and type the name in the field to the right.
- Optionally add any additional parameters required as name/value pairs using the Add button. You can leave the value field blank if the value is going to be supplied by the application.
- Click Save.
- The new service is added to the list of third-party web services.
You can see an example of a third-party web service configuration here: Third-party Web Service Tutorial.